Skip to main content

Get Audience

AutomatR.TFMailchimp.Activities.GetAudience

The "Get Audience" activity in AutomatR is part of the Mailchimp Audience activities package, allowing users to retrieve a list of audiences associated with their Mailchimp account.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get Audience" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
Get Audience ResponseOutputs a list of audience names associated with the Mailchimp account. Variables of type List<string> to store the list of audience names.

How to use:

  1. Drag and drop the "Get Audience" activity onto the workflow.
  2. Optionally, configure the delay property.
  3. Execute the workflow to retrieve the list of audiences associated with the Mailchimp account.
  4. The result, a list of audience names, will be stored in the variable specified for "Get Audience Response."

Example: Consider an example where the "Get Audience" activity is used to retrieve the list of audiences associated with the Mailchimp account:

Get Audience:
Delay: 2
Get Audience Response: audienceList

In this example, the activity retrieves the list of audience names associated with the Mailchimp account. The list of audience names is stored in the variable "audienceList" for further handling in the workflow.